Skip to content

Conversation

jAnist
Copy link

@jAnist jAnist commented Oct 23, 2019

Given a word W and a string S, find all starting indices in S which are anagrams of W.

For example, given that W is "ab", and S is "abxaba", return 0, 3, and 4.

@xlogix xlogix self-assigned this Oct 23, 2019
@xlogix xlogix added this to the Hacktoberfest milestone Oct 23, 2019
@xlogix xlogix added the Not assigned to an issue PR has to be assigned to an issue. label Oct 23, 2019
@xlogix
Copy link
Member

xlogix commented Oct 23, 2019

Please raise an issue for your pull request or link an existing one

@jAnist
Copy link
Author

jAnist commented Oct 23, 2019

@xlogix
Copy link
Member

xlogix commented Oct 25, 2019

starting_indices_of_anagrams.txt

: It would be great if you can add the description along with the issue number.
Feel free to use our contribution guidelines (https://github.com/fnplus/interview-techdev-guide/blob/master/CONTRIBUTING.md#how-to-contribute-an-implementation-code) for reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hacktoberfest Not assigned to an issue PR has to be assigned to an issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants